home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wine02bx.zip / LISP / PACKAGES / EMACSBUG.ELC < prev    next >
Text File  |  1993-03-28  |  861b  |  18 lines

  1. ;;; compiled by jwz@thalidomide on Thu Jul  2 16:33:40 1992
  2. ;;; from file /u/jwz/emacs19/lisp/packages/emacsbug.el
  3. ;;; emacs version 19.2.1 Lucid.
  4. ;;; bytecomp version 2.07; 17-jun-92.
  5. ;;; optimization is on.
  6. ;;; this file uses opcodes which do not exist in Emacs18.
  7.  
  8. (if (and (boundp 'emacs-version)
  9.      (or (and (boundp 'epoch::version) epoch::version)
  10.          (string-lessp emacs-version "19")))
  11.     (error "This file was compiled for Emacs19."))
  12.  
  13. (defvar bug-gnu-emacs "bug-gnu-emacs@lucid.com" "\
  14. Address of site maintaining mailing list for Gnu emacs bugs.")
  15. (fset 'report-emacs-bug #[(topic) "└┴\n #êdbê─┼ ╞▒ê╟╚╔!!ç" [mail nil bug-gnu-emacs topic "\nIn " emacs-version "\n\n" message substitute-command-keys "Type \\[mail-send] to send bug report."] 4 "\
  16. Report a bug in Gnu emacs.
  17. Prompts for bug subject.  Leaves you in a mail buffer." "sBug Subject: "])
  18.